projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c16e87b
)
Small bug introduced when merging changes before the accel group commit :(
author
James Henstridge
<jamesh@src.gnome.org>
Fri, 27 Jul 2001 02:22:41 +0000
(
02:22
+0000)
committer
James Henstridge
<jamesh@src.gnome.org>
Fri, 27 Jul 2001 02:22:41 +0000
(
02:22
+0000)
gtk/gtkaccelgroup.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccelgroup.c
b/gtk/gtkaccelgroup.c
index a87d49c6f26f97b94633037b97c674f2a6e539b2..8f7639d78b6f5baa7938d37a02508008d3ab3e74 100644
(file)
--- a/
gtk/gtkaccelgroup.c
+++ b/
gtk/gtkaccelgroup.c
@@
-171,6
+171,8
@@
gtk_accel_group_new (void)
GtkAccelGroup *accel_group;
accel_group = (GtkAccelGroup *)g_object_new(GTK_TYPE_ACCEL_GROUP, NULL);
+
+ return accel_group;
}
GtkAccelGroup*